-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changed table to use system name and not id #497 #505
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #505 +/- ##
===========================================
+ Coverage 94.03% 94.06% +0.02%
===========================================
Files 62 62
Lines 17712 17793 +81
Branches 2044 2403 +359
===========================================
+ Hits 16656 16737 +81
+ Misses 1054 1050 -4
- Partials 2 6 +4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the system be grouped by the system id and not the name please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Changed items table to display system name rather than system ID.
System objects are fetched from backend from set of system IDs - set of IDs is created from items data
Testing instructions
Add a set up instructions describing how the reviewer should test the code
Agile board tracking
closes #497